CreateOpenChannelActivity

open class CreateOpenChannelActivity : AppCompatActivity

Activity displays forms to need to create open channel. since 3.2.0

Functions

Link copied to clipboard
protected open fun createFragment(): Fragment
It will be called when the CreateOpenChannelActivity is being created.
Link copied to clipboard
open fun newIntent(@NonNull context: Context): Intent
open fun newIntent(@NonNull context: Context, @StyleRes themeResId: Int): Intent
Create an intent for a CreateOpenChannelActivity.
Link copied to clipboard
protected open fun onCreate(@Nullable savedInstanceState: Bundle)